/* ============================================================
   URBANSMOKE.CZ — Globální styly kategorií
   Verze: 1.0 | Datum: 13. 5. 2026
   Nahrajte do Shoptetu: Vzhled → Vlastní CSS
   ============================================================ */

/* ---- Základní wrapper ---- */
[id^="us-"] {
  font-family: inherit;
  color: #1a1a1a;
  line-height: 1.7;
}
[id^="us-"] p  { margin-bottom: 12px; font-size: 0.95em; }
[id^="us-"] ul { padding-left: 18px; margin-bottom: 12px; }
[id^="us-"] ol { padding-left: 20px; margin-bottom: 12px; }
[id^="us-"] li { margin-bottom: 6px; font-size: 0.94em; }
[id^="us-"] h2 {
  font-size: 1.15em; font-weight: 700; color: #111;
  margin: 26px 0 10px; padding-bottom: 6px;
  border-bottom: 2px solid #f0f0f0;
}
[id^="us-"] a  { color: #e67e00; font-weight: 600; text-decoration: none; }
[id^="us-"] a:hover { text-decoration: underline; }
[id^="us-"] hr { border: none; border-top: 1px solid #ececec; margin: 22px 0; }
[id^="us-"] strong { font-weight: 700; }

/* ---- Info box (žlutý) ---- */
.uc-info {
  background: #fff8e1; border-left: 4px solid #f9a825;
  padding: 11px 16px; margin: 14px 0;
  border-radius: 0 6px 6px 0; font-size: 0.89em; color: #5d4037;
}

/* ---- Doručení box (zelený) ---- */
.uc-delivery {
  background: #f1f8f1; border-left: 4px solid #66bb6a;
  padding: 10px 16px; margin: 14px 0;
  border-radius: 0 6px 6px 0; font-size: 0.88em; color: #2e7d32;
}

/* ---- Tip box (žlutý světlejší) ---- */
.uc-tip {
  background: #fffde7; border-left: 4px solid #f9a825;
  padding: 13px 17px; margin: 16px 0;
  border-radius: 0 7px 7px 0; font-size: 0.91em; color: #5d4037;
}

/* ---- Warning box (červený) ---- */
.uc-warn {
  background: #fff5f5; border-left: 4px solid #c62828;
  padding: 12px 16px; margin: 14px 0;
  border-radius: 0 6px 6px 0; font-size: 0.88em; color: #721c24;
}

/* ---- Průvodce — rozbalovací řádky ---- */
.uc-guide { margin: 16px 0; }
.uc-guide-item { border-bottom: 1px solid #ebebeb; }
.uc-guide-item:last-child { border-bottom: none; }
.uc-guide-item summary {
  font-size: 0.94em; font-weight: 600;
  padding: 12px 40px 12px 4px;
  cursor: pointer; list-style: none;
  position: relative; user-select: none; color: #1a1a1a;
}
.uc-guide-item summary::-webkit-details-marker { display: none; }
.uc-guide-item summary::after {
  content: '+'; position: absolute; right: 4px; top: 50%;
  transform: translateY(-50%); font-size: 1.3em;
  color: #e67e00; font-weight: 300;
}
.uc-guide-item[open] summary::after { content: '−'; }
.uc-guide-ans {
  padding: 2px 8px 14px 26px;
  font-size: 0.9em; color: #555; line-height: 1.65;
}
.uc-guide-ans p  { margin-bottom: 6px; }
.uc-guide-ans ul,
.uc-guide-ans ol { margin: 6px 0; padding-left: 18px; }

/* ---- FAQ — rozbalovací s rámečkem ---- */
.uc-faq details {
  border: 1px solid #e4e4e4; border-radius: 7px;
  margin-bottom: 7px; overflow: hidden;
}
.uc-faq details[open] { box-shadow: 0 2px 7px rgba(0,0,0,0.05); }
.uc-faq summary {
  font-weight: 600; font-size: 0.92em;
  padding: 12px 42px 12px 14px;
  cursor: pointer; list-style: none; background: #fafafa;
  position: relative; user-select: none; color: #1a1a1a;
}
.uc-faq summary::-webkit-details-marker { display: none; }
.uc-faq summary::after {
  content: '+'; position: absolute; right: 14px; top: 50%;
  transform: translateY(-50%); font-size: 1.3em;
  color: #e67e00; font-weight: 300;
}
.uc-faq details[open] summary::after { content: '−'; }
.uc-faq .uc-ans {
  padding: 11px 14px 14px; font-size: 0.9em;
  color: #444; line-height: 1.65;
}
.uc-faq .uc-ans p  { margin-bottom: 7px; }
.uc-faq .uc-ans ul { margin: 5px 0; padding-left: 18px; }
.uc-faq .uc-ans li { margin-bottom: 4px; }

/* ---- Kroky míchání (čísla v kolečku) ---- */
.uc-step-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 11px 0; border-bottom: 1px solid #f0f0f0;
}
.uc-step-row:last-child { border-bottom: none; }
.uc-step-badge {
  background: #e67e00; color: #fff; border-radius: 50%;
  width: 28px; height: 28px; min-width: 28px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.88em; margin-top: 2px; flex-shrink: 0;
}
.uc-step-row strong { display: block; margin-bottom: 3px; font-size: 0.93em; }
.uc-step-row p { margin: 0 0 4px; font-size: 0.88em; color: #555; line-height: 1.55; }

/* ---- Srovnávací tabulka ---- */
.uc-compare {
  width: 100%; border-collapse: collapse; margin: 16px 0; font-size: 0.9em;
}
.uc-compare th {
  background: #1a1a1a; color: #fff; padding: 10px 12px;
  text-align: left; font-size: 0.88em;
}
.uc-compare th:first-child { border-radius: 6px 0 0 0; }
.uc-compare th:last-child  { border-radius: 0 6px 0 0; }
.uc-compare td { padding: 9px 12px; border-bottom: 1px solid #f0f0f0; vertical-align: top; }
.uc-compare tr:last-child td { border-bottom: none; }
.uc-compare tr:nth-child(even) td { background: #fafafa; }
.uc-compare .uc-yes { color: #2e7d32; font-weight: 700; }
.uc-compare .uc-no  { color: #c62828; font-weight: 700; }
.uc-compare .uc-mid { color: #e67e00; font-weight: 700; }

/* ---- Zdroje box ---- */
.uc-sources {
  background: #f5f5f5; border-radius: 7px;
  padding: 13px 16px; margin-top: 24px;
  font-size: 0.79em; color: #666;
}
.uc-sources h3 {
  font-size: 0.92em; margin: 0 0 7px; color: #333;
  font-weight: 700; border: none; padding: 0;
}
.uc-sources ol { padding-left: 16px; margin: 0; }
.uc-sources li { margin-bottom: 3px; }
.uc-sources a  { color: #e67e00; font-weight: 400; }

/* ---- Průvodce box (celý rozbalovací) ---- */
.uc-mixing-box {
  border: 1px solid #e4e4e4; border-radius: 7px;
  overflow: hidden; margin: 12px 0;
}
.uc-mixing-box > summary {
  background: #fafafa; padding: 13px 42px 13px 14px;
  font-weight: 600; font-size: 0.95em;
  list-style: none; cursor: pointer;
  position: relative; user-select: none; color: #1a1a1a;
}
.uc-mixing-box > summary::-webkit-details-marker { display: none; }
.uc-mixing-box > summary::after {
  content: '+'; position: absolute; right: 14px; top: 50%;
  transform: translateY(-50%); font-size: 1.3em;
  color: #e67e00; font-weight: 300;
}
.uc-mixing-box[open] > summary::after { content: '−'; }
.uc-mixing-box[open] { box-shadow: 0 2px 7px rgba(0,0,0,0.05); }
.uc-mixing-content { padding: 14px 18px 18px; }

/* ---- Responsive ---- */
@media (max-width: 520px) {
  .uc-compare thead { display: none; }
  .uc-compare tr { display: block; border-bottom: 2px solid #eee; margin-bottom: 8px; }
  .uc-compare td { display: block; text-align: right; font-size: 0.88em; border-bottom: 1px dotted #ddd; }
  .uc-compare td::before { content: attr(data-label); float: left; font-weight: bold; color: #555; }
}
/* ---- Právní grid (2 sloupce) ---- */
.uc-legal-grid {
  background: #fff5f5;
  border: 1px solid #ffcdd2;
  border-left: 4px solid #c62828;
  border-radius: 0 7px 7px 0;
  padding: 13px 17px;
  margin: 14px 0;
  font-size: 0.88em;
  color: #4a1a1a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.uc-legal-grid strong { color: #c62828; }
.uc-legal-grid .legal { color: #37474f; font-size: 0.95em; }
.uc-legal-grid .legal a { color: #546e7a; font-weight: 400; }
@media (max-width: 540px) {
  .uc-legal-grid { grid-template-columns: 1fr; }
}